You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was originally created on #1931 but closed due to no activity. I reraised the issue here.
Hi,
While debugging Terraformer for #1932, I noticed that it uses an outdated version of hashicorp/terraform. The current version in use, hashicorp/terraform@v0.12.31, includes explicit references to version 0.12.31 in its gRPC communications:
I attempted to upgrade the hashicorp/terraform dependency, but it seems that hashicorp/terraform no longer supports imports from other modules, as discussed here:
Although I am not deeply familiar with the internal workings of Terraform, it seems that Terraformer may need to transition to OpenTofu in order to maintain its functionality going forward.
The text was updated successfully, but these errors were encountered:
I think terraformer code needs to be updated for terraform languange as its quite outdated especially for AWS provider, part from that @Shion1305 , why do you feel transitioning to OpenTofu would be better?
@MridulTi Thanks for your input. I haven't worked with the terraformer codebase recently, but when I last attempted to modify it, I encountered difficulty resolving dependencies for hashicorp/terraform. This issue might be related to Terraform's transition away from being fully open source. That's partly why I was curious about the potential benefits of transitioning to OpenTofu.
Note
This issue was originally created on #1931 but closed due to no activity. I reraised the issue here.
Hi,
While debugging Terraformer for #1932, I noticed that it uses an outdated version of
hashicorp/terraform
. The current version in use,hashicorp/terraform@v0.12.31
, includes explicit references to version 0.12.31 in its gRPC communications:I attempted to upgrade the
hashicorp/terraform
dependency, but it seems thathashicorp/terraform
no longer supports imports from other modules, as discussed here:Although I am not deeply familiar with the internal workings of Terraform, it seems that Terraformer may need to transition to OpenTofu in order to maintain its functionality going forward.
The text was updated successfully, but these errors were encountered: